#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <string.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | data |
Defines | |
#define | MAX_SIZE 12 |
#define | MIN_SIZE 4 |
#define | X_POS 55 |
#define | Y_POS 6 |
#define | BOARD_PART_1 177 |
#define | BOARD_PART_2 0 |
#define | QUEEN 1 |
Enumerations | |
enum | mode { automatic, manual } |
Definition in file ndame.h.
|
Definition at line 19 of file ndame.h. Referenced by calculate(), and chessboard(). |
|
Definition at line 20 of file ndame.h. Referenced by calculate(), and chessboard(). |
|
|
|
Definition at line 16 of file ndame.h. Referenced by options(). |
|
Definition at line 21 of file ndame.h. Referenced by psolution(). |
|
Definition at line 17 of file ndame.h. Referenced by calculate(), chessboard(), and psolution(). |
|
Definition at line 18 of file ndame.h. Referenced by calculate(), chessboard(), and psolution(). |
|
Definition at line 23 of file ndame.h.
|